Show AllShow All

MAX

See Also

Returns the largest value in a set of values.

Syntax

MAX(number1,number2,...)

Number1, number2, ...    are 1 to 30 numbers for which you want to find the maximum value.

Remarks

Example

The example may be easier to understand if you copy it to a blank worksheet.

ShowHow?

 
1
2
3
4
5
6
A
Data
10
7
9
27
2
Formula Description (Result)
=MAX(A2:A6) Largest of the numbers above (27)
=MAX(A2:A6, 30) Largest of the numbers above and 30 (30)